home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
julia.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
293 b
|
28 lines
Julia
{
{
pickendi=1
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
par1.r=-0.74543 ; Realpart of c => Var. p1.r
par1.i= 0.11301 ; Imagpart of c => Var. p1.i
bailout=2.0 ; Bailoutvalue
}
{
z=pixel
}
{
z=z*z
z=z+par1
w=abs(z)
}
{
w>bailout
}
{
par1 : Constante C
}
}